home *** CD-ROM | disk | FTP | other *** search
/ AGA Toolkit '97 / The AGA Toolkit '97.iso / programming / c / dice2.06.37 / include / lib / muldiv.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-07  |  135 b   |  5 lines

  1.  
  2. extern __stkargs long MulDiv(long, long, long);
  3. extern __stkargs unsigned long MulDivU(unsigned long, unsigned long, unsigned long);
  4.  
  5.